home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 September
/
PCWorld_2008-09_cd.bin
/
v cisle
/
sadanastroju
/
interclue-1.5.6-fx.xpi
/
chrome
/
interclue
/
skin
/
classic
/
interclue.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2008-03-13
|
2KB
|
97 lines
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.interclue-toolbarbutton {
-moz-image-region: rect(0 16px 16px 0);
}
.interclue-navbarbutton {
-moz-image-region: rect(0 24px 24px 0);
}
#interclue-statusbarpanel {
padding: 0 0 0 0;
}
#interclue-statusbarpanel .interclue-statusbar-image {
width: 18px;
height: 16px;
min-height: 16px;
padding-left: 1px;
padding-right: 1px;
cursor: pointer;
}
#interclue-statusbar {
padding-top: 5px;
}
/* need to make the button look ok inside the status bar
#interclue-linkscentmode-current, #interclue-linkscentmode-unavailable {
-moz-appearance: none;
-moz-user-focus: ignore;
-moz-user-select: none;
background-image: none !important;
border: none;
min-width: 16px;
min-height: 16px;
height: 16px;
padding: 0 0 0 0;
margin: 0 0 0 0;
}
#interclue-linkscentmode-current .button-box, #interclue-linkscentmode-unavailable .button-box {
-moz-appearance: none !important;
background-image: none !important;
padding: 0 0 0 0;
}
*/
#interclue-stats-statusbar-label {
margin: 0 3px 0 3px;
}
#interclue-hint-popup {
/* KLUDGE:
if the width or height is changed, then the new dimentions must be
mirrored in /chrome/content/interclue.js interclue.showHint() approx line: 464
*/
width: 354px;
height: 219px;
border: 0px;
padding: 5px;
}
.interclue-hint-top-left {
background: url("hint-top-left.png") no-repeat;
padding-top: 37px;
}
.interclue-hint-top-right {
background: url("hint-top-right.png") no-repeat;
padding-top: 37px;
}
.interclue-hint-bottom-left {
background: url("hint-bottom-left.png") no-repeat;
padding-bottom: 37px;
}
.interclue-hint-bottom-right {
background: url("hint-bottom-right.png") no-repeat;
}
#interclue-statusbarpanel image[collapsed="true"],
#interclue-statusbarpanel label[collapsed="true"],
image.interclue-statusbar-image[collapsed="true"] {
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 0px;
}
#interclue-state-popup menuitem.interclue-selected {
background-color: #eeb; /* doesn't work in FF3.0 default theme */
font-weight: bold;
}